Skip to main content
Version: 2.x.x

ExtractHasMappedData


import { ExtractHasMappedData } from "@hyper-fetch/core"

Description

Defined in types/fetch.types.ts:57

Preview

type ExtractHasMappedData<T> = T extends Command<any, any, any, any, any, any, any, any, any, any, infer  M> ? M : never;

Structure

T extends Command<any, any, any, any, any, any, any, any, any, any, infer M> ? M : never